-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/fix adba logger and unicode #5125
Conversation
Please let me know if i'm making any changes that can cause issues in py3. |
For this PR. Again first work out all required changes to the adba lib, then update the lib itself and the ext/changelog. |
…x-adba-logger-and-unicode # Conflicts: # CHANGELOG.md
…com/pymedusa/Medusa into feature/fix-adba-logger-and-unicode
Revert bad commit. Shouldn't be in this pr.
ext/adba/aniDBlink.py
Outdated
logging.debug("NetIO | BANNED") | ||
raise AniDBError("Not sending, banned") | ||
logger.debug("NetIO | BANNED") | ||
raise AniDBError(b"Not sending, banned") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be prefixed by b
.
@p0psicles |
Enable your anidb account, add anime show Ajin or how to not summon a demon lord. Open the show. |
@medariox can this be wrapped up? |
PR is based on the DEVELOP branch
Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
Read the contribution guide
Update adba lib
update changelog
update ext/changelog
fix #5242